Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a fast-path option for loading dbt's seed files via a DuckDB COPY operation #169

Merged
merged 3 commits into from
May 21, 2023

Conversation

jwills
Copy link
Collaborator

@jwills jwills commented May 20, 2023

Fixes #158

@jwills
Copy link
Collaborator Author

jwills commented May 20, 2023

As is ever the case, I spent an enormous amount of time figuring out how to do this in a backwards-compatible way using as few lines of code as possible.

@jwills jwills merged commit afb8601 into master May 21, 2023
@jwills jwills deleted the jwills_seeds branch May 21, 2023 19:58
@dwreeves
Copy link
Contributor

👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Seed materialization is significantly slower than using select * from 'filename.csv'.
2 participants